home *** CD-ROM | disk | FTP | other *** search
/ AM/FM: Amiga Musicians' Freeware Magazine 1 / AM-FM 1.adf / TechCorner / midiroutines.h < prev    next >
C/C++ Source or Header  |  1991-10-03  |  332b  |  10 lines

  1. /* Function definitions for the 'midiroutines.a', and the SAS/C compiler */
  2. /* by Teijo Kinnunen */
  3. #ifndef EXEC_TYPES_H
  4. #include <exec/types.h>
  5. #endif
  6. extern LONG __asm GetSerial(void);
  7. extern void __asm FreeSerial(void);
  8. extern void __asm AddMIDIData(register __a0 UBYTE *,register __d0 UBYTE);
  9. extern void __asm ResetMIDI(void);
  10.